home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / asm / TBSource.lha / NoDisCo / Final / NoDisCo.DOC
Text File  |  1993-07-02  |  6KB  |  213 lines

  1.  
  2. 10/01-93            NoDisCo V1.00
  3.  
  4. Updated: 10/01-93 - for version 1.00 - Preliminary docs
  5.                         
  6.  Copyright (C) Tomi Blinnikka 1993, All Rights Reserved.
  7.                     ^^^^^^^^^^^^^^^^^^^^
  8. This program is SHAREWARE. This means that you can copy it and give it
  9. to all your friends, upload it to a BBS or include it in a PD-library
  10. (FISH etc.). BUT (!!!) if you use this program frequently you must 
  11. pay $5 - $10. The other restrictions are: all of the files must be 
  12. included in their original form without additions, deletions, or 
  13. modifications of any kind and it IS NOT TO BE SOLD. THIS INCLUDES 
  14. GERMAN PD DEALERS. If you wish to use this program for commercial 
  15. purposes, you need written permission. The NoDisCo program is 
  16. provided "AS IS" without warranty of any kind, and the author is not 
  17. responsible for any damage this software may or may not do.
  18.  
  19.  
  20. TABLE OF CONTENTS
  21. ~~~~~~~~~~~~~~~~~
  22. 1. What does it do?
  23.  
  24.    - Short description of what this program does and/or does not do.
  25.  
  26. 2. What do you need?
  27.  
  28.    - A list of software/hardware needed.
  29.  
  30. 3. Compatibility
  31.  
  32.    - A list of computers this program works on.
  33.  
  34. 4. How to run it
  35.  
  36.    - Instructions on starting the program and what arguments it takes.
  37.  
  38. 5. Using NoDisCo
  39.  
  40.    - A short description of all functions
  41.  
  42. 6. Hints & tips
  43.  
  44.    - Hints & tips. Other programs to enhance using NoDisCo etc.
  45.  
  46. 7. Problems
  47.  
  48.    - Possible problems you may run into.
  49.  
  50. 8. Error messages
  51.  
  52. 9. Versions
  53.  
  54.    - A list of all versions. The newest first.
  55.  
  56. 10. Future versions
  57.  
  58. 11. Bugs
  59.  
  60.    - List of bugs found.
  61.  
  62. 12. ShareWare fee
  63.  
  64.    - More information on the ShareWare fee.
  65.  
  66. 13. BetaTesters
  67.  
  68.    - A list of betatesters.
  69.  
  70. 14. 'Registered' users
  71.  
  72.    - A list of users that have payed the ShareWare fee.
  73.  
  74. 15. Bug reports etc.
  75.  
  76.    - How to contact the author
  77.  
  78.  
  79. 1. WHAT DOES IT DO?
  80. ~~~~~~~~~~~~~~~~~~~
  81. NoDisCo stands for No Disconnect. It will send a SPACE and a BACKSPACE to
  82. the requested device. This will, in most cases, stop you from being thrown
  83. out of a BBS system (keyboard timeout).
  84.  
  85. 2. WHAT DO YOU NEED?
  86. ~~~~~~~~~~~~~~~~~~~~
  87. You'll need an Amiga computer (see compatibility list), with Kickstart
  88. 2.04 (version 37 or higher). Basically you'll also want a HAYES compatible
  89. modem or some other piece of equipment connected to the device you specify.
  90.  
  91. 3. COMPATIBILITY
  92. ~~~~~~~~~~~~~~~~
  93. NoDisCo will work on any Commodore Amiga, running on Kickstart
  94. 2.04 or higher. This includes the following: A500(+), A600, A1000, A1200,
  95. A2000, A2500/20, A2500/30, A3000 (16 MHz or 25 Mhz model), A4000/40. The 
  96. program SHOULD work on any upgrades (based on the Amiga Development 
  97. Guidelines, see Amiga ROM Kernel Reference Manual (Release 2): Includes 
  98. and Autodocs, introduction). NoDisCo works with all internal modems (I 
  99. have a Supra 2400zi) and extra serial boards that support the normal 
  100. device commands (I also have the A2232 serial board :).
  101.  
  102. 4. HOW TO RUN IT
  103. ~~~~~~~~~~~~~~~~
  104. You can run the program from a CLI/SHELL/etc. but you can't hang an icon on
  105. it and start it from the Workbench. I decided to drop the Workbench startup
  106. code to make the program a little bit smaller.
  107.  
  108. To run the program, enter the following into your CLI/SHELL/etc.
  109.  
  110.     1> NoDisCo D=DISABLE/S,TIME/N/K,DEV=DEVICE/K,UNIT/N/K,SPEED/N/K
  111.  
  112.     DISABLE allows you to disable NoDisCo on startup. Use D as an
  113.     abbrieviation.
  114.  
  115.     TIME specifies how often the space-backspace sequence is to be
  116.     sent.
  117.  
  118.     DEVICE specifies the device.
  119.  
  120.     UNIT specifies the device unit.
  121.  
  122.     SPEED specifies the speed to use on the device.
  123.  
  124. 5. USING NODISCO
  125. ~~~~~~~~~~~~~~~~
  126. The program sends the space-backspace sequence to the device at the speed
  127. set at desired intervals. It can be disabled by send a CONTROL-D to the
  128. program (by pressing CTRL-D, or with the Break command). CONTROL-E will
  129. enable NoDisCo again.
  130.  
  131. 6. HINTS & TIPS
  132. ~~~~~~~~~~~~~~~
  133. 1. Combining scripts and function keys on some terminal programs will allow
  134. you to enable/disable NoDisCo as needed.
  135.  
  136. 7. PROBLEMS
  137. ~~~~~~~~~~~
  138. If you wish to run NoDisCo with a terminal program at the same time (the
  139. main idea), you must have a terminal program that opens the device in
  140. shared mode. If it doesn't, you'll have to quit the terminal program and
  141. then run NoDisCo.
  142.  
  143. 8. ERROR MESSAGES
  144. ~~~~~~~~~~~~~~~~~
  145. The NoDisCo program will display necessary error messages. I HATE
  146. PROGRAMS THAT DON'T TELL WHAT-THE-HELL IS GOING ON! That clear? If
  147. NoDisCo doesn't give any output, something is seriously wrong or
  148. I was lazy :).
  149.  
  150. 9. VERSIONS
  151. ~~~~~~~~~~~~
  152. Version Size    Date     Description
  153. ----------------------------------------------------------------------
  154. 1.00    1880    10/01/93 Simple, but works.
  155.  
  156. 0.00a-    ????    10/01/93 Wrote the program basics and main routines.
  157. 0.99a
  158.  
  159. 10. FUTURE VERSIONS
  160. ~~~~~~~~~~~~~~~~~~~
  161. Future version will have the bug fixes for the bugs I haven't found and you
  162. have :).
  163.  
  164. 11. BUGS
  165. ~~~~~~~~
  166. NoDisCo has been run with enforcer. Nothing found.
  167.  
  168. 12. SHAREWARE FEE
  169. ~~~~~~~~~~~~~~~~~
  170. NoDisCo is ShareWare. I am not asking for a huge amount of money so I hope 
  171. I will get some response. The fee is only $1 to $2 (USD), or whatever that 
  172. happens to make at the moment you're reading this, in german marks (DM). 
  173. If you're from Finland a sum of 5 FIM to 500 FIM is great.
  174.  
  175. 13. BETATESTERS 
  176. ~~~~~~~~~~~~~~~
  177. NoDisCo has been betatested by me and and Joakim Laine. Thanks to both :)
  178.  
  179. 14. 'REGISTERED' USERS
  180. ~~~~~~~~~~~~~~~~~~~~~~
  181. Anyone who does will get their name here if they wish so.
  182.  
  183. Joakim Laine        -His idea, he needed it, I wrote it.
  184.  
  185. 15. BUG REPORTS ETC...
  186. ~~~~~~~~~~~~~~~~~~~~~~
  187. Please send donations, bug reports, and list of features you would like to
  188. have included in future versions to
  189.  
  190. Tomi Blinnikka
  191. Syystie 10
  192. 00780 Helsinki
  193. FINLAND
  194.  
  195. Contact me at the address above or on the following BBS:
  196.  
  197. MITS +358-0-458 2066 (MITS - Microdata International Telecomm Service)
  198. MITS +358-0-458 2077
  199. MITS +358-0-458 2088 (Sec. level 40 or higher ONLY) 
  200.  
  201. Email me at 'docbliny@mits.mdata.fi' or catch me on the #amiga conference
  202. on IRC!
  203.  
  204.  
  205. "...trademark of Xerox Corporations. Reading legal mush can turn your
  206. brain to guacamole! Epson is registered trademark of Epson America
  207. ..." -Amiga RKRM Includes & AutoDocs, fourth page.
  208.  
  209.  
  210.                         Tomi Blinnikka
  211.  
  212.                         docbliny@mits.mdata.fi
  213.